home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Arashi 1.1 / Game Source / jaf src / Flash.h next >
Encoding:
C/C++ Source or Header  |  1992-12-08  |  737 b   |  36 lines  |  [TEXT/KAHL]

  1. /*
  2. **    include for titles & lightnings, etc.
  3. **    //Jaf (c) 1991
  4. */
  5. typedef    struct
  6. {
  7.                     short    ref;
  8.         unsigned    short    red;
  9.         unsigned    short    green;
  10.         unsigned    short    blue;
  11. }        VAColorInfoElement;
  12.  
  13. typedef    VAColorInfoElement    VAColorInfo[10];    
  14.  
  15. enum { NOEVENT,LIGHTNING,LOGOSTART,LOGOLIVING,LOGOREMOVEY,LOGOREMOVEX,ZOOMSTART,DELAY};
  16.  
  17. void MainTitle();
  18. void Text();
  19. void Erase(int,int,int,int);
  20. void ClearText();
  21. void Lightning();
  22. void DrawLightning();
  23. void LightningEffect();
  24. void FlashEffect();
  25. void HitBlast();
  26. /* void Logo(); */
  27. void StartLogo();
  28. void DrawLogo();
  29. void LogoAway();
  30. void RemoveLogoX();
  31. void RemoveLogoY();
  32. void DrawStormLogo(int,int);
  33. void DrawStormLogoStatic(int,int,int);
  34. void InitZoomer();
  35. void DrawBox();
  36. void Highscores();